Searched defs:debugLoc (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineInstr.h105 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
250 const DebugLoc &getDebugLoc() const { return debugLoc; }
1206 debugLoc = std::move(dl);
1207 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h525 DebugLoc debugLoc; member in class:llvm::SDNode
610 const DebugLoc &getDebugLoc() const { return debugLoc; }
614 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
905 IROrder(Order), debugLoc(std::move(dl)) {
907 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
257 const DebugLoc &getDebugLoc() const { return debugLoc; }
1228 debugLoc = std::move(dl);
1229 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
689 const DebugLoc &getDebugLoc() const { return debugLoc; }
693 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
985 IROrder(Order), debugLoc(std::move(dl)) {
987 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
257 const DebugLoc &getDebugLoc() const { return debugLoc; }
1228 debugLoc = std::move(dl);
1229 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
689 const DebugLoc &getDebugLoc() const { return debugLoc; }
693 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
985 IROrder(Order), debugLoc(std::move(dl)) {
987 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
690 const DebugLoc &getDebugLoc() const { return debugLoc; }
694 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
989 IROrder(Order), debugLoc(std::move(dl)) {
991 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
690 const DebugLoc &getDebugLoc() const { return debugLoc; }
694 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
989 IROrder(Order), debugLoc(std::move(dl)) {
991 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
690 const DebugLoc &getDebugLoc() const { return debugLoc; }
694 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
989 IROrder(Order), debugLoc(std::move(dl)) {
991 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
690 const DebugLoc &getDebugLoc() const { return debugLoc; }
694 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
989 IROrder(Order), debugLoc(std::move(dl)) {
991 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineInstr.h105 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
250 const DebugLoc &getDebugLoc() const { return debugLoc; }
1206 debugLoc = std::move(dl);
1207 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h525 DebugLoc debugLoc; member in class:llvm::SDNode
610 const DebugLoc &getDebugLoc() const { return debugLoc; }
614 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
905 IROrder(Order), debugLoc(std::move(dl)) {
907 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
257 const DebugLoc &getDebugLoc() const { return debugLoc; }
1228 debugLoc = std::move(dl);
1229 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
689 const DebugLoc &getDebugLoc() const { return debugLoc; }
693 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
985 IROrder(Order), debugLoc(std::move(dl)) {
987 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
257 const DebugLoc &getDebugLoc() const { return debugLoc; }
1228 debugLoc = std::move(dl);
1229 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
689 const DebugLoc &getDebugLoc() const { return debugLoc; }
693 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
985 IROrder(Order), debugLoc(std::move(dl)) {
987 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
H A DSelectionDAGNodes.h576 DebugLoc debugLoc; member in class:llvm::SDNode
690 const DebugLoc &getDebugLoc() const { return debugLoc; }
694 void setDebugLoc(DebugLoc dl) { debugLoc = std::move(dl); }
989 IROrder(Order), debugLoc(std::move(dl)) {
991 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineInstr.h113 DebugLoc debugLoc; // Source line information. member in class:llvm::MachineInstr
268 const DebugLoc &getDebugLoc() const { return debugLoc; }
1246 debugLoc = std::move(dl);
1247 assert(debugLoc.hasTrivialDestructor() && "Expected trivial destructor");

Completed in 359 milliseconds

12