HomeSort by relevance Sort by last modified time
    Searched refs:MDGlobalVariable (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/IR/
DebugInfo.h 318 MDGlobalVariable *N;
321 DIGlobalVariable(const MDGlobalVariable *N = nullptr)
322 : N(const_cast<MDGlobalVariable *>(N)) {}
325 operator MDGlobalVariable *() const { return N; }
326 MDGlobalVariable *operator->() const { return N; }
327 MDGlobalVariable &operator*() const { return *N; }
DIBuilder.h 440 MDGlobalVariable *createGlobalVariable(MDScope *Context, StringRef Name,
449 MDGlobalVariable *createTempGlobalVariableFwdDecl(
    [all...]
DebugInfoMetadata.h     [all...]
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 434 MDGlobalVariable *
435 MDGlobalVariable::getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name,
443 DEFINE_GETIMPL_LOOKUP(MDGlobalVariable,
449 DEFINE_GETIMPL_STORE(MDGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
DIBuilder.cpp 559 MDGlobalVariable *DIBuilder::createGlobalVariable(
565 auto *N = MDGlobalVariable::get(VMContext, cast_or_null<MDScope>(Context),
573 MDGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl(
579 return MDGlobalVariable::getTemporary(
    [all...]
LLVMContextImpl.h 685 template <> struct MDNodeKeyImpl<MDGlobalVariable> {
705 MDNodeKeyImpl(const MDGlobalVariable *N)
713 bool isKeyOf(const MDGlobalVariable *RHS) const {
    [all...]
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 647 else if (auto *GV = dyn_cast<MDGlobalVariable>(Entity))
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 571 milliseconds