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

  /external/llvm/lib/CodeGen/
ELFCodeEmitter.h 64 /// getLabelAddress - Return the address of the specified LabelID,
66 virtual uintptr_t getLabelAddress(MCSymbol *Label) const {
67 assert(0 && "getLabelAddress not implemented");
  /external/llvm/include/llvm/CodeGen/
MachineCodeEmitter.h 320 /// getLabelAddress - Return the address of the specified Label, only usable
323 virtual uintptr_t getLabelAddress(MCSymbol *Label) const = 0;
JITCodeEmitter.h 325 /// getLabelAddress - Return the address of the specified Label, only usable
328 virtual uintptr_t getLabelAddress(MCSymbol *Label) const = 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 83 if (Label) LabelPtr = JCE->getLabelAddress(Label);
416 BeginLabelPtr = JCE->getLabelAddress(S.BeginLabel);
425 EndLabelPtr = JCE->getLabelAddress(S.EndLabel);
433 unsigned PadLabelPtr = JCE->getLabelAddress(S.PadLabel);
JITEmitter.cpp 460 virtual uintptr_t getLabelAddress(MCSymbol *Label) const {
    [all...]
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 226 virtual uintptr_t getLabelAddress(llvm::MCSymbol *Label) const {

Completed in 111 milliseconds